EMT Practice Test

1. Question Content...


Question List

Question1: Consider the following Kubernetes Deployment:

With the ReplicaSet:

And the Pods:

What happens if one of the Pods is terminated with the command kubect1 pod delete?

Question2: What is tested by unit tests?

Question3: Which of the following HTTP methods are used by REST? (Choose three correct answers.)

Question4: Which of the following commands lists the cookbooks available on a Chef server?

Question5: Which security issues exist for most publicly available Vagrant boxes? (Choose three correct answers.)

Question6: What is the Puppet equivalent to an Ansible Playbook called?

Question7: Which section of the Prometheus configuration defines which nodes are monitored?

Question8: A Dockerfile contains the statements:
COPY data/ /data/
VOLUME /data
What happens when the resulting container is started without any additional volume configuration? (Choose two correct answers.)

Question9: How is a Docker container image retrieved from a Docker registry?

Question10: Which Ansible modules can be used to change the contents of a file? (Choose three correct answers.)

Question11: Which of the following information is contained in the output of git status? (Choose three correct answers.)

Question12: How does Vagrant run virtual machines?

Question13: The file index.php, which is being maintained in a git repository, was changed locally and contains an error. If the error has not been committed to the repository yet, which of the following git commands reverts the local copy of index.php to the latest committed version in the current branch?

Question14: Which of the following sections must exist in a Packer template?

Question15: Which of the following elements are presents in a Vagrant box file? (Choose two correct answers.)

Question16: Which statement in a Dockerfile defines which command should be started in the container by default when it is started?
(Specify ONLY the statement's name without any values or parameters.)

Question17: What does the command packer validate template.json do?

Question18: Which of the following tasks can Logstash fulfill without using other components of the Elastic Stack?
(Choose three.)

Question19: Which git sub command copies a local commit to a remote repository? (Specify ONLY the sub command without any path or parameters.)

Question20: A service should be provided to arbitrary clients on the Internet using HTTPS. Any standard client on the Internet should be able to consume the service without further configuration. Which of the following approaches can be used to implement these requirements? (Choose three correct answers.)

Question21: Which sections can exist in a Logstash configuration file? (Choose three correct answers.)

Question22: Which of the following statements are true about Jenkins? (Choose two correct answers.)

Question23: If a Dockerfile references the container's base image without a specific version tag, which tag of that image is used to create the container?

Question24: Which of the statements below are true about the volume created by the following command? (Choose two correct answers.)
docker run -v /data -ti debian

Question25: Which of the following Ansible tasks copies the file example.txt to a manage system?